home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 483 / ddhelp / intro.hlp < prev    next >
Encoding:
Text File  |  1991-05-30  |  6.3 KB  |  199 lines

  1.  
  2.  
  3.                              The Disk Doctor
  4.  
  5.  
  6.                              The Disk Doctor
  7.                    copyright 1985, 1986 Daniel Matejka
  8.  
  9.                       from Antic; the Atari Resource
  10.  
  11.          The Disk Doctor is provided on an unprotected disk because
  12.     the author and Antic both believe that the buyer should be able to
  13.     make backup copies for his or her use ONLY. Because it is
  14.     unprotected, we expect you to respect the copyright and NOT give,
  15.     sell or even lend copies of this program to anyone else. Nor
  16.     should you accept a copy from anyone; it's the same thing as
  17.     giving one away.
  18.  
  19.  
  20.          The author spent many hours designing, developing, testing
  21.     and writing this program. His income depends on its sales - an
  22.     individual just like you who must work for a living. Pirate copies
  23.     hurt him and make it less than worthwhile to continue to write
  24.     quality products for this market if they are going to be stolen
  25.     from him. Many other people worked to make this package what it
  26.     is; the testers, marketing people, shippers, documentation writer:
  27.     pirate copies make everyone's efforts less valuable and discourage
  28.     quality efforts in the future.
  29.  
  30.  
  31.          The term piracy makes it sound like copying programs
  32.     illegally is exciting, outlaw-ish and brave. It isn't. Piracy is
  33.     theft. It's as illegal as shoplifting or burglary in the eyes of
  34.     the law. Please help to discourage it so that we may continue to
  35.     provide you with unprotected software as good as this.
  36.  
  37.  
  38.          No part of this publication may be reproduced, stored in a
  39.     retrieval system or transmitted in any form or by any means
  40.     electronic, mechanical, photocopying, recording or otherwise
  41.     without prior written permission of the publisher. Antic and the
  42.     author take no responsibility for any damage resulting from use or
  43.     misuse of this program, nor do we have any liability for any
  44.     losses, financial or otherwise incurred from the results of using
  45.     this program. This is a powerful program and its potential for
  46.     damage and error is significant in the hands of a novice. Make
  47.     sure you know how to use it properly before attempting to work
  48.     with valuable data or files.
  49.  
  50.  
  51.     Antic is a trademark of Antic Publishing Inc.
  52.  
  53.     Documentation by Dan Matejka and Ian Chadwick
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                            Introduction: Page 1
  65.  
  66.  
  67.  
  68.  
  69.                              The Disk Doctor
  70.  
  71.  
  72.  
  73.     Overview of the Disk Doctor
  74.  
  75.          The Disk Doctor works on an Atari ST with one or two floppy
  76.     disk drives and/or a hard disk drive. It works in monochrome or
  77.     medium-resolution but not low-resolution. Before you use it, we
  78.     recommend you back up the disk and all the files and store the
  79.     original in a safe place.
  80.  
  81.  
  82.          Before the Disk Doctor can do anything useful, you must open
  83.     either a file or disk with which to work. All "opening" does is
  84.     fix the program's attention on one file or disk in particular. To
  85.     look at something else, first close whatever is open and then open
  86.     that new item.
  87.  
  88.  
  89.          Opening a disk allows you to access the boot sector and
  90.     directory information, as well as the files on the disk. An ST
  91.     disk is divided into 80 concentric circles called tracks, numbered
  92.     from zero on the outside edge to 79 on the inside. Tracks are
  93.     further subdivided into nine wedges called sectors. A sector - the
  94.     smallest addressable amount of data on a disk - is 512 bytes long.
  95.     There are 720 sectors on a disk, for a total of 360K.
  96.  
  97.  
  98.          The disk is a holding place for files. Since it can hold more
  99.     than one file, it must in addition to the files themselves contain
  100.     a directory listing these files and where on the disk they are. A
  101.     disk also generally contains a "boot sector," which tells the
  102.     computer either (a) how to start up when turned on, or (b) that it
  103.     doesn't know how to tell the computer that and please look
  104.     elsewhere. On the Atari 520ST, the boot sector is the first sector
  105.     on the disk (#0). The next several sectors are the directory
  106.     mentioned earlier and the remainder of the space on the disk is
  107.     for files.
  108.  
  109.  
  110.          Space for files is allocated in clusters, explained further
  111.     in the section on the File Allocation Table (FAT). A cluster is
  112.     two sectors.
  113.  
  114.  
  115.          When your intention is to look at a file, it is much easier
  116.     to open the file directly because files are often not stored
  117.     contiguously on the disk. Although files reside on disks, opening
  118.     a disk is a different operation from opening a file.
  119.  
  120.  
  121.          The Disk Doctor allows you to look directly at the data on a
  122.     disk or in a file. You can change that data and write it back out
  123.     to the disk. The Disk Doctor is also knowledgeable about the
  124.     directory structure on the disk and can locate files, trace
  125.     sectors links, patch up damaged disks or files and recover deleted
  126.     files.
  127.  
  128.  
  129.  
  130.                            Introduction: Page 2
  131.  
  132.  
  133.  
  134.  
  135.                              The Disk Doctor
  136.  
  137.  
  138.  
  139.          Closing does any cleaning up that needs to be done on a
  140.     changed file and tells the Disk Doctor to unfix its attention in
  141.     preparation for fixing it on something new. "Cleaning up" is
  142.     something the operating system insists is done and is all
  143.     automatic. The Disk Doctor never leaves an unclean disk around
  144.     unless the computer is turned off, or you remove the disks without
  145.     first closing.
  146.  
  147.  
  148.          Quit stops the program and returns to the desktop. You can
  149.     quit either through the menu or by holding the control key down
  150.     and hitting the "Q" key. Several other commands are activated by
  151.     control keys as shown on the menus.
  152.  
  153.  
  154.          It's recommended that you read the help files through first
  155.     before you attempt to use this program in order to get a better
  156.     understanding of how it works and how a disk is constructed. For a
  157.     permanent record, print them out and study them at length. When
  158.     printing or displaying, the space bar pauses and the Return key
  159.     stops.
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                            Introduction: Page 3
  197.  
  198.